dsh-conversation-minimap:为 DSH Web 长对话提供提示词导航轨

dsh-conversation-minimap 是一款由 Braidy-Wu 维护的 DSH Web GUI 客户端插件,旨在解决长对话中用户提示词难以快速定位的问题。该插件通过“提示词级对话迷你地图”功能,将每个用户提示词映射为左侧导航轨上的锚点胶囊,实现类似桌面聊天软件的会话导航体验。 核心功能包括:悬停锚点预览完整提示词,点击后平滑滚动并高亮对应消息;视觉采用鱼眼放大效果及边缘渐隐设计;技术层面基于官方 API 拉取历史,纯原生 JS 实现,无外部依赖且具备异常保护机制,确保插件故障不影响主界面。 安装简单,支持通过命令行添加插件名或 GitHub 仓库地址,重启 `dsh web`

Read More
dsh-tidychat: DeepSeek Harness (DSH) Web Session Timeline Organizer Plugin

dsh-tidychat is a DSH web version plugin maintained by BananaSoldier01 (MIT license, current version 0.2.5), designed to address the issues of mixed process and conclusion content in long conversations, as well as inconvenient history browsing. Its core features include: automatically collapsing completed turns while retaining only the final summary, with the control bar displaying step count and duration; inserting solid lines to separate reasoning from main text, distinguishing process from conclusion; providing a Codex-style left-edge Canvas minimap positioning bar, supporting hover-to-zoom, drag-to-preview, and click-to-jump; intelligently loading earlier history when the page is idle and automatically pausing when response performance degrades; and one-click generation of diagnostic reports with pre-filled GitHub issues. Each of these features can be independently toggled in the settings panel. Installation requires the DSH web version and pnpm as prerequisites, via `d

Read More